home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / windows / tmtp_v20.zip / INSTALL.BAT next >
DOS Batch File  |  1995-12-01  |  6KB  |  192 lines

  1. @echo off
  2. cls
  3. if (%1) == () goto help
  4. if (%2) == () goto auto
  5. if exist %1%2\desktop\*.* goto manual
  6. goto help
  7.  
  8. :auto
  9. if not exist %1\windows\desktop\*.* goto help
  10. echo Windows 95 directory found, hit a key to begin installation.
  11. pause >nul
  12. md %1\windows\TMTP
  13. attrib -r -h c:\logo.sys
  14. if not exist c:\logo.bak copy c:\logo.sys c:\logo.bak
  15. copy logo.sys c:\
  16. if not exist %1\windows\logo?.bak copy %1\windows\logo?.sys %1\windows\*.bak
  17. copy logow.sys %1\windows
  18. copy logos.sys %1\windows
  19. copy *.BMP %1\windows
  20. copy *.ANI %1\windows\TMTP
  21. copy *.CUR %1\windows\TMTP
  22. copy *.ICO %1\windows\TMTP
  23. copy *.WAV %1\windows\TMTP
  24. copy *.TXT %1\windows\TMTP
  25. if exist %1\progra~1\Plus!\Themes\*.* copy *.the %1\progra~1\Plus!\Themes
  26. if not exist %1\progra~1\Plus!\themes\*.* echo *** The themes directory is not found ***
  27. if not exist %1\progra~1\Plus!\themes\*.* pause
  28. if not exist %1\windows\media\tink.wav goto skip1
  29. echo Now uninstalling theme pack version 1...
  30. %1
  31. cd\windows
  32. del SMALLS~1.BMP
  33. del SMALLR~1.BMP
  34. del RYOOHK~1.BMP
  35. del RYOKO.BMP
  36. del BEACHS~1.BMP
  37. cd\windows\media
  38. del TINK.WAV
  39. del TINKX3~1.WAV
  40. del TENCHI~1.WAV
  41. del SASAMI~3.WAV
  42. del SASAMI~1.WAV
  43. del SASAMI~2.WAV
  44. del RYOOHK~2.WAV
  45. del RYOKO-~1.WAV
  46. del RYOKO-~2.WAV
  47. del AEKA-G~1.WAV
  48. del MIHOSH~3.WAV
  49. del MIHOSH~2.WAV
  50. del MIHOSH~4.WAV
  51. del MIHOSH~1.WAV
  52. del MIHOSH~6.WAV
  53. del MIHOSH~5.WAV
  54. del KIYONO~1.WAV
  55. del KIYONO~2.WAV
  56. del ALL-HEEH.WAV
  57. del AEKA-N~1.WAV
  58. del AEKA-MOO.WAV
  59. del PRETTY~1.WAV
  60. cd\windows
  61. :skip1
  62. cls
  63. echo Author's Notes:
  64. echo ===============
  65. echo.
  66. echo Spent hours on this one, especially when this is the first time
  67. echo that I'm making my own cursor and icons.  (fingers are hurting)
  68. echo The icons aren't creative at all, they're just a bunch of crops
  69. echo from existing pics.  Though I hope you'll like the "Yosho
  70. echo recycling bin". ^_^  This will be something to fool around with
  71. echo before the Pioneer Tenchi Windows CD is released I guess.
  72. echo.
  73. echo Again, the only "condition" that I would like to ask the user to
  74. echo fulfill is to please keep the bitmap files out of other web
  75. echo pages.  As usual, I'd much rather create new backgrounds for new
  76. echo homepages then to see two homepages with identical backgrounds.
  77. echo Thanks.
  78. echo.
  79. echo And again, any suggestions, comments, or ideas, just throw me a
  80. echo mail at lanzer@mindlink.net.  Any updates to this theme pack
  81. echo should be available in my web site too. (below)
  82. echo * Read README.TXT for more stuff ;)
  83. echo                                                            Derek (Lanzer) Liu
  84. echo                                                    http://mindlink.net/lanzer
  85. echo                                                              December 1, 1995
  86. goto end
  87.  
  88. :manual
  89. if not exist %1%2\desktop\*.* goto help
  90. echo Windows 95 directory found, hit a key to begin installation.
  91. pause >nul
  92. md %1%2\TMTP
  93. attrib -r -h c:\logo.sys
  94. if not exist c:\logo.bak copy c:\logo.sys c:\logo.bak
  95. copy logo.sys c:\
  96. if not exist %1%2\logo?.bak copy %1%2\logo?.sys %1%2\*.bak
  97. copy logow.sys %1%2
  98. copy logos.sys %1%2
  99. copy *.BMP %1%2
  100. copy *.ANI %1%2\TMTP
  101. copy *.CUR %1%2\TMTP
  102. copy *.ICO %1%2\TMTP
  103. copy *.WAV %1%2\TMTP
  104. copy *.TXT %1%2\TMTP
  105. if exist %1%3\themes\*.* copy *.the %1%3\Themes
  106. if not exist %1%3\themes\*.* echo *** The themes directory is not found ***
  107. if not exist %1%3\themes\*.* pause
  108. if not exist %1%2\media\tink.wav goto skip2
  109. echo Now uninstalling theme pack version 1...
  110. %1
  111. cd %2
  112. del SMALLS~1.BMP
  113. del SMALLR~1.BMP
  114. del RYOOHK~1.BMP
  115. del RYOKO.BMP
  116. del BEACHS~1.BMP
  117. cd %2\media
  118. del TINK.WAV
  119. del TINKX3~1.WAV
  120. del TENCHI~1.WAV
  121. del SASAMI~3.WAV
  122. del SASAMI~1.WAV
  123. del SASAMI~2.WAV
  124. del RYOOHK~2.WAV
  125. del RYOKO-~1.WAV
  126. del RYOKO-~2.WAV
  127. del AEKA-G~1.WAV
  128. del MIHOSH~3.WAV
  129. del MIHOSH~2.WAV
  130. del MIHOSH~4.WAV
  131. del MIHOSH~1.WAV
  132. del MIHOSH~6.WAV
  133. del MIHOSH~5.WAV
  134. del KIYONO~1.WAV
  135. del KIYONO~2.WAV
  136. del ALL-HEEH.WAV
  137. del AEKA-N~1.WAV
  138. del AEKA-MOO.WAV
  139. del PRETTY~1.WAV
  140. cd %2
  141. :skip2
  142. cls
  143. echo Author's Notes:
  144. echo ===============
  145. echo.
  146. echo Spent hours on this one, especially when this is the first time
  147. echo that I'm making my own cursor and icons.  (fingers are hurting)
  148. echo The icons aren't creative at all, they're just a bunch of crops
  149. echo from existing pics.  Though I hope you'll like the " Yosho
  150. echo recycling bin". ^_^  This will be something to fool around with
  151. echo before the Pioneer Tenchi Windows CD is released I guess.
  152. echo.
  153. echo Again, the only "condition" that I would like to ask the user to
  154. echo fulfill is to please keep the bitmap files out of other web
  155. echo pages.  As usual, I'd much rather create new backgrounds for new
  156. echo homepages then to see two homepages with identical backgrounds.
  157. echo Thanks.
  158. echo.
  159. echo And again, any suggestions, comments, or ideas, just throw me a
  160. echo mail at lanzer@mindlink.net.  Any updates to this theme pack
  161. echo should be available in my web site too. (below)
  162. echo * Read README.TXT for more stuff ;)
  163. echo                                                            Derek (Lanzer) Liu
  164. echo                                                    http://mindlink.net/lanzer
  165. echo                                                              December 1, 1995
  166. goto end
  167.  
  168. :help
  169. echo Tenchi Muyo Theme Pack for Windows 95 Version 2.0
  170. echo.
  171. echo Installing the Tenchi Theme Pack is simple, just type in:
  172. echo       INSTALL [drive:] [Windows 95 directory] [Plus! directory]
  173. echo.
  174. echo (ex - INSTALL c: \Windows \progra~1\Plus!)
  175. echo.
  176. echo If your Plus! pack and Windows are installed at the
  177. echo directories shown above, you can leave the directory
  178. echo parameters blank.  So you only need to type (INSTALL C:).
  179. echo.
  180. echo If the theme pack directory is not found, please move the
  181. echo *.THEME files to your "Plus!\Themes" directory manually
  182. echo through the Windows Explorer.
  183. echo.
  184. echo.
  185. echo * If you don't see long filenames, run LONGNAME.BAT before installing.
  186. echo.
  187. echo * If version 1 exists in your HD, the batch file will first uninstall it.
  188. echo.
  189. goto end
  190.  
  191. :end
  192.